From: Debian Science Maintainers Date: Sun, 28 Sep 2025 17:50:00 +0000 (+0200) Subject: 776 X-Git-Tag: archive/raspbian/2021.8.0-2+rpi1+deb12u1^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=083d488da8f55e47ad69c576e73706e7ee520f68;p=onetbb.git 776 https://github.com/oneapi-src/oneTBB/issues/776 Gbp-Pq: Name 776.diff --- diff --git a/src/tbb/tools_api/ittnotify_config.h b/src/tbb/tools_api/ittnotify_config.h index 411de08..86018f0 100644 --- a/src/tbb/tools_api/ittnotify_config.h +++ b/src/tbb/tools_api/ittnotify_config.h @@ -175,6 +175,10 @@ # define ITT_ARCH_HPPA 9 #endif /* ITT_ARCH_HPPA */ +#ifndef ITT_ARCH_GENERIC +# define ITT_ARCH_GENERIC 99 +#endif /* ITT_ARCH_GENERIC */ + #ifndef ITT_ARCH # if defined _M_IX86 || defined __i386__ # define ITT_ARCH ITT_ARCH_IA32 @@ -194,6 +198,8 @@ # define ITT_ARCH ITT_ARCH_S390X # elif defined __hppa__ # define ITT_ARCH ITT_ARCH_HPPA +# else +# define ITT_ARCH ITT_ARCH_GENERIC # endif #endif